PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFPage Class / getPageFonts Method
True if the set should include the embedded fonts
True if the set should include the non-embedded fonts
In This Topic
    getPageFonts Method
    In This Topic
    Gets the set of fonts included in this page.
    This method examines the fonts included in page's resources dictionary. It is possible that not all the fonts are actually used on the page.
    Syntax
    public java.util.HashSet<PDFCosDictionary> getPageFonts( 
       boolean includeEmbeddedFont,
       boolean includeNonEmbeddedFonts
    )

    Parameters

    includeEmbeddedFont
    True if the set should include the embedded fonts
    includeNonEmbeddedFonts
    True if the set should include the non-embedded fonts

    Return Value

    A set of com.o2sol.pdf4java.core.cos.PDFCosDictionary objects representing the fonts used by this page
    See Also